home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3ialatt.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_IALATTICE_H = 1;
- include("real/intact/r3iarect.js")
- include("oops/r3vector.js")
- include("real/objects/r3lattic.js")
-
-
- var R3CLID_IALATTICE = 224;
-
-
-
-
- var R3IALATTA_Points = 224500; // r3Vect4
- R3IALATTA_CountU = 224501;
- function SetR3IALATTA_CountU(value) {
- R3Set(this.r3obj, R3IALATTA_CountU, value, R3TID_INTEGER, 0);
- }
-
- function GetR3IALATTA_CountU() {
- return R3Get(this.r3obj, R3IALATTA_CountU, R3TID_INTEGER, 0);
- }
-
- R3IALATTA_CountV = 224502;
- function SetR3IALATTA_CountV(value) {
- R3Set(this.r3obj, R3IALATTA_CountV, value, R3TID_INTEGER, 0);
- }
-
- function GetR3IALATTA_CountV() {
- return R3Get(this.r3obj, R3IALATTA_CountV, R3TID_INTEGER, 0);
- }
-
- R3IALATTA_CountW = 224503;
- function SetR3IALATTA_CountW(value) {
- R3Set(this.r3obj, R3IALATTA_CountW, value, R3TID_INTEGER, 0);
- }
-
- function GetR3IALATTA_CountW() {
- return R3Get(this.r3obj, R3IALATTA_CountW, R3TID_INTEGER, 0);
- }
-
-
-
- function r3Ialattice () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_IALATTICE, arguments);
- }
- // Attributes
- this.GetCountU=GetR3IALATTA_CountU;
- this.SetCountU=SetR3IALATTA_CountU;
- this.GetCountV=GetR3IALATTA_CountV;
- this.SetCountV=SetR3IALATTA_CountV;
- this.GetCountW=GetR3IALATTA_CountW;
- this.SetCountW=SetR3IALATTA_CountW;
- }
-
- r3Ialattice.prototype=new r3Iarectangle;
- // r3ialatt.h_H